home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / frame_5201 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  228 b   |  19 lines

  1. tellTarget("_root.tlo.drzwi")
  2. {
  3.    if(_currentframe == 10)
  4.    {
  5.       gotoAndStop(10);
  6.    }
  7.    else
  8.    {
  9.       play();
  10.    }
  11. }
  12. if(_root.noc)
  13. {
  14.    tellTarget("_root.tlo.drzwi.noc")
  15.    {
  16.       nextFrame();
  17.    }
  18. }
  19.